<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box{ width: 100%; display: inline-block; text-align: center;min-width: 1200px;}
.box2{width: 1200px; display: inline-block; margin: auto; text-align: left; }
.topbg{ background-color: #316ea1;}
/* å…¬å…± */
.border-r50{ border-radius: 50%;-ms-border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;-moz-border-radius: 50%;}
.border-r5{border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius:5px;-o-border-radius: 5px;-moz-border-radius: 5px;}
.border-r10px{border-radius: 10px;-ms-border-radius: 10px;-webkit-border-radius:10px;-o-border-radius: 10px;-moz-border-radius: 10px;}
.border-r15px{border-radius: 15px;-ms-border-radius: 15px;-webkit-border-radius:15px;-o-border-radius: 15px;-moz-border-radius: 15px;}
.rt {float: right;}
.bgf8{ background-color: #f8f8f8}
.bgff{ background-color: #fff}
.mg30{ margin: 30px 0px;}
.pd20{ padding: 20px 0px;}
.zwxl-content{width: 1200px; margin: auto;}
.animated {
  animation-duration: 1.5s !important;
  -o-animation-duration: 1.5s !important;
  -ms-animation-duration: 1.5s !important;
  -moz-animation-duration: 1.5s !important;
  -webkit-animation-duration: 1.5s !important;
  animation-fill-mode: both !important;
  -o-animation-fill-mode: both !important;
  -ms-animation-fill-mode: both !important;
  -moz-animation-fill-mode: both !important;
  -webkit-animation-fill-mode: both !important;
}

/*ä»Žå³åˆ°å·¦è¿›å…¥*/
.fadeInRight {
  animation-name: fadeInRight;
  -webkit-animation: fadeInRight;
  -moz-animation: fadeInRight;
  -ms-animation: fadeInRight;
  -o-animation: fadeInRight;
}

.fadeInRight1 {
  animation-name: fadeInRight1;
  -webkit-animation: fadeInRight1;
  -moz-animation: fadeInRight1;
  -ms-animation: fadeInRight1;
  -o-animation: fadeInRight1;
}

.fadeInTop {
  animation-name: fadeInTop;
  -webkit-animation: fadeInTop;
  -moz-animation: fadeInTop;
  -ms-animation: fadeInTop;
  -o-animation: fadeInTop;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(1000px, 0);
    -moz-transform: translate(1000px, 0);
    -ms-transform: translate(1000px, 0);
    -o-transform: translate(1000px, 0);
    transform: translate(1000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fadeInTop {
  from {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate(0, -500px);
    -moz-transform: translate(0, -500px);
    -ms-transform: translate(0, -500px);
    -o-transform: translate(0, -500px);
    transform: translate(0, -500px);
  }
}

@keyframes fadeInRight1 {
  from {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(1000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
}

/*ä»Žå·¦åˆ°å³è¿›å…¥*/
.fadeInLeft {
  animation-name: fadeInLeft;
  -webkit-animation: fadeInLeft;
  -moz-animation: fadeInLeft;
  -ms-animation: fadeInLeft;
  -o-animation: fadeInLeft;
}

.fadeInLeft1 {
  animation-name: fadeInLeft1;
  -webkit-animation: fadeInLeft1;
  -moz-animation: fadeInLeft1;
  -ms-animation: fadeInLeft1;
  -o-animation: fadeInLeft1;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
}

@keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-1000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
}

/* ieä½Žç‰ˆæœ¬æç¤º */
.ie-tip {
    width: 100%;
    background: #fff !important;
    color: #000 !important;
    height: 60px;
    line-height: 60px;
    font-size:17px;
    text-align: center;
}

.ie-tip img {
    width: 35px;
    height: 31px;
}
.ie-tip p {
  _margin: 15px 0 0 0;
}
.ie-tip a {
    cursor: pointer;
    font-weight: normal !important;
    color: #2688ee !important;
}

.ie-tip-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    color: #222222;
    background: url(http://ljxq.cq.gov.cn/images/l-ieyy.png) repeat-y center center;
    background-size: cover;
}

.ie-tip-box .i-box {
    position: relative;
    margin: 65px auto 0;
    width: 700px;
    padding: 50px 40px;
    background-color: #ffffff;
    border-radius: 4px;
}

.ie-tip-box .i-box .i-tit {
    font-size: 26px;
    color: #222222;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 6px solid #2789ee;
}

.ie-tip-box .i-box .i-close {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    color: #2789ee;
    font-size: 20px;
}

.ie-tip-box .i-box .i-subtit {
    font-size: 20px;
    line-height: 36px;
}

.i-browser-list a {
    display: inline-block;
    width: 195px;
    height: 71px;
    line-height: 71px;
    text-align: center;
    background-color: #dbebfc;
    color: #2789ee;
    border-radius: 10px;
    font-size: 22px;
    margin: 20px 24px 20px 0;
}

.i-browser-list a.first {
    margin-left: 30px;
}

.i-browser-list a:hover,.i-browser-list a.cur {
    color: #fff;
    background-color: #2789ee;
}

.i-zysx {
    display: inline-block;
    font-size: 19px;
    color: #999999;
    margin-left: 10px;
    line-height: 36px;
    background: url(http://ljxq.cq.gov.cn/images/l-icon-danger2.png) no-repeat left 10px;
    padding-left: 38px;
}

.underline:hover,
.underlines a:hover {
  text-decoration: underline;
}

 
.xhy-h {
  padding: 15px 0px;
  font-size: 16px;
  color: #fff;
 width: 100%; display: inline-block;}

.xhy-h a {
  color: #fff;
}

.xhy-h .xhy-htl span {
  padding: 0 10px;
}

.xhy-htr1 {
  display: inline-block; position: relative;
}

.xhy-htr1 a{
  padding:5px 15px; display: inline-block;position: relative;
}

.xhy-htr1 .aa1:hover img,
.xhy-htr1 .aa2:hover img {
  display: block;
}
.xhy-htr1 .aa0{ background-color: #930909;}
.xhy-htr1 .aa5{ background-color: #4986b9;}
.xhy-htr1 .aa1 img,
.xhy-htr1 .aa2 img {
  position: absolute;
  left: -25px;
  top: 30px;
  display: none;
}

 .xhy-htr1 a:hover,.xhy-htr2 a:hover{ background-color: #4986b9;}
.xhy-htr2 {display: inline-block; float: left;}
.xhy-htr2 a,.xhy-htr2 span {
  padding:5px 15px; display: inline-block; margin: 0px;
}
.xhy-htr2 span {
  padding:5px 0px; display: inline-block; 
}
 /* banner -start*/
 .banner,.banner .swiper .swiper-slide{ background-image: url(indextop_bg_banner.jpg); background-size:100% cover; background-repeat: no-repeat;background-position: center; height: 637px; position: relative;background-size: cover;}
 .banner .swiper{ width: 100%; height: 637px; z-index: 1; position: absolute;top:0px; left: 0;}
 
 /* banner -end*/
.xhy-hb {
  text-align: center;
  margin-top: 65px;
}

.xhy-hb {
  text-align: center;
  margin-top: 65px;
}

.xhy-logo {
  display: inline-block;
}
.topheid{    position: relative;z-index: 55;}
.logo_titile{  width: 400px; height: auto;margin: 36px auto 20px auto;}

.logo_titile h2,.logo_titile h5{ width: 100%; display: inline-block; color: #316ea1;}
.logo_titile h2{ font-size: 48px; margin: 10px auto 10px auto;}
.logo_titile h5{ font-size:17px; margin: 0px auto 10px auto;}
.banbox{position: relative; height: 100%; z-index: 9;}

.xhy-search {
  width: 914px;
  height: 50px;
  line-height: 50px;
  margin: 36px auto 20px auto;
}

.xhy-search input {
  font-size: 16px;
  width:500px;
  height: 100%;
  line-height:50px; height: 50px;
  background: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #333;
  box-sizing: border-box;
  padding: 0 20px;
}
.er_banner .xhy-search input{width:410px; background-color:rgb(255 255 255 / 50%);  color: #000; border-left: 1px solid rgb(255 255 255 / 90%); border-top: 1px solid rgb(255 255 255 / 90%); border-bottom: 1px solid rgb(255 255 255 / 90%); }
.xhy-search input::placeholder {
  color: #999;
}
.xhy-search button {
  width: 126px;
  height: 100%;
  line-height: 50px;
  background: #1369c0 url(search.png) no-repeat 24px center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-size: 22px;
  box-sizing: border-box;
  padding-left: 30px;
}

.xhy-atip span {
  font-size:17px;
  padding-right: 10px;
  color: #1369c0;
}

.xhy-atip a {
  font-size:17px;
  padding-right: 18px;
  color: #666
}
.nave_box{  width: 100%;display: inline-block; height: auto; position:absolute; bottom:0px; left: 0px; bottom:0px !important;z-index: 9;}
.nave_box *{float: left; display: inline-block;}
.nave_box .tppt{ width: 100%;display: inline-block; }
.nave_box .tppt .topt_l{ background-color: #316ea1; 
 width: 70%;display: inline-block; float: left; }
  .nave_box .topt_nave{float: right; display: inline-block; width: auto; margin-top: 10px;}
 .nave_box .topt_nave li{ width:auto; padding:0px 20px;height: 65px; line-height: 65px; font-size: 30px; color: #fff; float: left; display: inline-block; position: relative;}
  .nave_box .topt_nave li a{ color: #fff; display: inline-block; height:58px;font-weight:100; position:relative;}
    .nave_box .topt_nave li a img{position: absolute;bottom: -7px;left: 37%;width: 15px;  display: none;}
  .nave_box .topt_nave li.cur a img{ display: inline-block;}

.nave_box .topt_nave li.cur a{ font-weight: 400; border-bottom: 2px solid #fff;}
.nave_box .topt_nave li .index_nave_list_show a{border-bottom: none;}
.nave_box .topt_r{border-right: 80px solid transparent; width: 2px; border-bottom:75px solid #316ea1;height: 0; float: left;}
.toplist_box{background-color: #316ea1; width: 100%;display: inline-block; ; position: relative; height: 70px; text-align:center;}

/* æ›¿æ¢--1111-stra */
.toplist_box .box2{ float: none;}
.toplist_box .toplist_tt{ margin-top: 10px;}
.toplist_box .tab-item{ display: none; float: initial;}
.toplist_box .tab-item li,.index_nave_list_show li{width:auto;}
.toplist_box .tab-item li a,.index_nave_list_show li a{width:auto; padding: 5px 15px 5px 0px; margin: 0px 10px 0px 0px; color: #fff; font-size:17px;}
.topt_nave .switchbox .b,.topt_nave .switchbox:hover .a{ display: none;}
.topt_nave .switchbox:hover .b{ display: inline-block;border: initial; width: 120px;}
.nave_box .topt_nave li.cur .b img{ height: 44px; width: auto;top: 10px;left: 10px;}
.nave_box .index_nave_list_show{ display:none; position: absolute;bottom: -55px;z-index: 10;width: 900px;}
/* .nave_box li:nth-child(-n + 3) .index_nave_list_show{ left:0 ; } */
.nave_box li:nth-child(n + 3) .index_nave_list_show{  right:0; left: initial !important;;}
.nave_box li:nth-child(n + 3) .index_nave_list_show li{ float: right;}
.nave_box .topt_nave .index_nave_list_show li{ margin:0px; padding: 0px 10px;}
.nave_box .topt_nave .index_nave_list_show li a{border:initial; margin: 0px; padding:0px;}
.nave_box li:hover .index_nave_list_show { display: inline-block;}
/* æ›¿æ¢--1111-end */


@media screen and ( max-width:1446px) {
.nave_box .tppt .topt_l {width: 76%;}
}

@media screen and ( max-width:1368px) {
.nave_box .tppt .topt_l {width: 90%;}
}

@media screen and ( max-width:1280px) {
.nave_box .tppt .topt_l {width: auto; float: left;}
}

/* é¦–é¡µ */
.index-headline {
  padding: 20px 0px;
  height: 120px;margin: 15px 0px;
}

.index-headline-tab {
  text-align: center;
  position: relative;
  overflow: hidden;
  height:120px;
  margin: 0 auto;
}

.index-headline-item {
  position: absolute;  margin: 5px 0px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.index-headline-item h1 {
  margin: 0 auto;
}

.index-headline-item h1 a {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
  color: #316ea1;
  font-weight: bold;
  font-size:32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin: 10px 0px;
}

.index-headline-item h1 a:hover {
  text-decoration: underline;
}

.index-headline-item p {
  color: #316ea1;
  font-size:17px;
  margin-top: 12px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.index-headline-item h1 .tag{ background-color: #cc0000; padding: 0px 20px; font-size:17px; color: #fff; font-weight: 100; margin: 0px 16px 0px 0px; position: relative; display: inline-block; height: 40px; line-height: 40px;top:-5px;} 
.index-headline-item h1 .tag img {position: absolute; right: -10px; top: 5px;}


.index-wrap1-col1 {
  width: 590px;
  height: 335px;
  position: relative;
  overflow: hidden;
}

.index-wrap1-col1 .index-pictt a:hover {
  text-decoration: underline;
}

.index-newspic li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index-newspic li img {
  width: 100%;
  height: 100%;
}

.index-pictt {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 37px;
  bottom: 0; 
background-color: rgb(34 34 34 / 66%);
}

.index-pictt li {
  width: 100%;
  height: 100%;
}

.index-pictt li a {
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  display: inline-block;
  max-width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 18px;
}

.index-picpg {
  position: absolute;
  bottom: 13px;
  right: 17px;
}

.index-picpg li {
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  cursor: pointer;
  background-color: #fff; display: inline-block; border-radius: 5px;
  -webkit-border-radius: 5px;-o-border-radius: 5px;-ms-border-radius: 5px;
}

.index-picpg li.cur {
    background-color: #316ea1;
}

.main_tab {
  width: 590px;
  height: 320px;
}

.main_tab .tab-list {
  height: auto; 
  border-left: none; 
}

.main_tab .tab-list li {position: relative;width: 33.3%;height:60px;float: left;}
.main_tab .tab-list li .curImg {position: absolute;left: 50%;margin-left: -8.5px;bottom: -8px;display: none;}
.tab-list a {display: inline-block;width: 100%;height: 55px;line-height: 55px;text-align: center;font-size:24px;  font-weight: 100;color: #000; background-color: #f8f8f8;}
.main_tab .tab-list li.cur a {
  background: #316ea1;
  color: #fff; font-weight: 400;
}
.main_tab .tab-list li.cur .curImg {display: block;}.tab-groups {border-top: none;height: 278px;}.tab-groups .tab-item {padding: 0px; display: none;}
.tab-groups .tab-item&gt;li {
  padding:0px;}
.tab-groups .tab-item a {display: inline-block;font-size:17px;line-height: 48px;color: #333333;max-width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;}
.tab-groups .tab-item span {float: right;line-height: 41px;color: #666666;font-size: 14px; width: auto; max-width: 20%;}
.tab-groups .tab-item a:hover,
.index-zw-list li a:hover {
  color: #1369c0;
}
.gg_index_A{ width: 100%; height: auto; display: inline-block; margin: 30px 0px;}
.gg_index_A .g1{ width: auto;  float: left; display: inline-block;}
.gg_index_A .g2{ width: auto;  float: right; display: inline-block;}

.zhngwu{ margin: 20px auto;}
.index_h_title{ width: 100%; display: inline-block; height: auto; position: relative; text-align: center; margin: 20px 0px;}
.index_h_title:after{ content: ""; width: 100%; display: inline-block; height: 10px; border-bottom: 2px solid #1369c0; position:absolute; top:27px; left: 0px; z-index: 1;}
.index_h_title span{ padding: 10px 30px; font-size: 38px; font-weight: 600;  display: inline-block;  position: relative; z-index: 2; }
.index_h_title span,.index_h_title span a{color: #1369c0;}
.zw_box_c,.zw_box_c_l li{ width: 100%; display: inline-block; margin-bottom: 5px;}
.zw_box_c .zw_box_c_l{ width: 420px; margin-right: 10px; float: left; display: inline-block;margin-top: 10px;}
.zw_box_c_l .a .zwa,.zw_box_c_l .b&gt;.zwa{ font-weight: 100; font-size: 24px;}
.zw_box_c_l .a .zwa{ width: 206px; height: 68px; line-height: 68px; color: #fff; text-align: center; display: inline-block; background: url(ljxq_index_10.png) no-repeat center center; margin-bottom: 10px;}
.zw_box_c_l .b&gt;.zwa{ width: 100%; height: 68px; line-height: 68px; color: #fff; text-align: center; display: inline-block; background: url(ljxq_index_14.png) no-repeat center center; margin-bottom: 10px;}
.zw_tt_b{ width: 100%; display: inline-block;}
.zw_tt_b a{ width:48%; display: inline-block; height: 60px; line-height: 60px;  border: 1px solid #999; margin: 10px 0px; color: #316ea1; font-size:17px; font-weight: 100; text-align: left; overflow: hidden; text-overflow: ellipsis; word-wrap: normal;}
.zw_tt_b a:nth-child(even){ float:right;}
.zw_tt_b a:nth-child(odd){ float: left;}
.zw_tt_b a i{height: 30px; width: 30px; display:inline-block; margin: 15px 2px 0px 10px; float: left;}
.zw_tt_b a font{display: inline-block; float: left; height: 60px;}
.zw_tt_b .a i{ background: url(zwicon.png) no-repeat 1px 1px;}
.zw_tt_b .b i{ background: url(zwicon.png) no-repeat -49px 1px ;}
.zw_tt_b .c i{ background: url(zwicon.png) no-repeat -102px 1px;}
.zw_tt_b .d i{ background: url(zwicon.png) no-repeat 1px 1px;}
.zw_tt_b a:hover{border: 1px solid #fff; background-color: #eaf3fc;}
.zw_box_c_r{ float: right; display: inline-block;  width: calc(100% - 440px);}


.z-title {
  height: auto; width: 100%; margin-bottom: 5px;
  border-bottom: 1px solid #e1e1e1; position:relative;
}

.z-title a {
  display: inline-block;
  font-size: 24px;
color: #1369c0;
  line-height: 24px;
  margin-right:30px;  font-weight: 100;
  vertical-align: middle; position:relative;
  
}

.z-title a:hover,
.z-title a.cur {
font-weight: bold;
border-bottom: 2px solid #2760b7;
padding:5px 10px;
color: #1369c0;bottom: -1px;
}
.z-title #slsl a{border-bottom:none; height:25px; lline-height: 25px; font-size:17px;  color: #c01347;}
.z-title #slsl a:hover{ border-bottom:none;}


.index-zw-list {
  padding-top: 10px; display: none;
}

.index-zw-list li {height: 48px; width: 100%;}
.index-zw-list li a {
  display: inline-block;
  line-height: 48px;
  color: #444444;
  font-size:17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
}

.index-zw-list li span {
  line-height: 48px;
  float: right;
  display: inline-block;
  color: #9b9b9b;
  font-size:17px;
}

.zw_box_iocn{ width: 100%; display: inline-block;  height: auto; margin-top: 20px;}
.zw_box_iocn *{ display: inline-block; position: relative;}
.zw_box_iocn a{ width:171px;float:left; height: 130px; text-align: center; padding: 10px 0px;}
.zw_box_iocn a:after{ border-right: 1px solid #666; content: ""; height: 70px; width: 2px;float: right; position: absolute;right: 0; top:29px;}
.zw_box_iocn a:last-child:after{ display: none;}
.zw_box_iocn a&gt;i{ width: 58px; height: 58px; background-repeat: no-repeat;}
.zw_box_iocn a&gt;p{ width: 99%; float: left; margin: 10px 0px 0px 0px;}
.zw_box_iocn a p&gt;font{ width: 89px; height:50px;font-size:17px; line-height: 25px;text-overflow: ellipsis; word-wrap: normal; overflow: hidden;text-align: center;}
.zw_box_iocn .a&gt;i{ background: url(zwicon.png) no-repeat 5px -30px;}
.zw_box_iocn .b&gt;i{ background: url(zwicon.png) no-repeat -60px -30px;}
.zw_box_iocn .c&gt;i{ background: url(zwicon.png) no-repeat -124px -30px;}
.zw_box_iocn .d&gt;i{ background: url(zwicon.png) no-repeat -193px -30px;}
.zw_box_iocn .e&gt;i{ background: url(zwicon.png) no-repeat -262px -30px;}
.zw_box_iocn .f&gt;i{ background: url(zwicon.png) no-repeat 2px -87px;}
.zw_box_iocn .g&gt;i{ background: url(zwicon.png) no-repeat -57px -87px;}
.zw_box_iocn a:hover{ background-color: #fff; color: #316ea1;border-radius:5%;}
.zw_box_iocn a:hover p font{ background-color: #fff; color: #316ea1; }
.zw_box_iocn a:hover:after,.zw_box_iocn .ano:after{ display: none;}

/* æ”¿åŠ¡æœåŠ¡-start */
.zwfw_box{ width: 100%; display: inline-block; margin: 10px 0px;}
.zwfw_box *{ display: inline-block;}
.zwfw_box .la{ width: 340px; height: 375px;}
.zwfw_box .lb{ width:480px; height: 375px; margin: 0px 20px;}
.zwfw_box .zwfw_tt{ background-color:#316ea1;  width: 100%; height: 50px; line-height: 50px; text-align: center ; font-size:17px; font-weight: 400; color: #fff;}
.zwfw_box .zwfw_aa,.zwfw_bb{ width: 100%; margin: 20px 0px 0px 0px;}
.zwfw_aa a{ width: 40%; margin: 3.1% 5%; height: 50px; line-height: 50px; font-size:17px; text-align: center; float:left; background-color: rgb(255 255 255 / 65%); font-weight: 100;}
.zwfw_aa a:hover{background-color: #4391d2; color: #fff;}
.zwfw_bb a{width:21%; float: left; margin:2% 2% 20px 2%; text-align: center;}
.zwfw_bb a&gt;.img{ width:85px;height:85px; background-color: rgb(255 255 255 / 65%); text-align: center;}
.zwfw_bb a&gt;.img i{ width: 40px; height: 40px; margin: 20px 0px ;}

.zwfw_bb a&gt;.font{ width: 100%; font-size:17px; font-weight: 100; height: 30px; line-height: 30px; text-align: center; margin-top: 4px;}
.zwfw_bb a&gt;.a i{ background: url(zwfw_inco.png) no-repeat  6px 2px;}
.zwfw_bb a&gt;.b i{ background: url(zwfw_inco.png) no-repeat  -38px 2px;}
.zwfw_bb a&gt;.c i{ background: url(zwfw_inco.png) no-repeat  -88px 2px;}
.zwfw_bb a&gt;.d i{ background: url(zwfw_inco.png) no-repeat  -130px 2px;}
.zwfw_bb a&gt;.e i{ background: url(zwfw_inco.png) no-repeat  -173px 2px;}
.zwfw_bb a&gt;.f i{ background: url(zwfw_inco.png) no-repeat  -217px 2px;}
.zwfw_bb a&gt;.g i{ background: url(zwfw_inco.png) no-repeat  -270px 2px;}
.zwfw_bb a&gt;.h i{ background: url(zwfw_inco.png) no-repeat  -323px 5px;}



.fwfw_box_iocn{ width: 100%; display:flex;  height: auto; justify-content: space-between; flex-wrap: nowrap;align-items: center;}
 .fwfw_box_iocn a{ width:100%; margin:1% 1%; padding: 40px 0px;;height: auto; text-align: center;  background-color: #f8f8f8; display: flex; flex: 1; flex-wrap:wrap; justify-content: center; align-items: center;}
 .fwfw_box_iocn a:first-child{ margin-left: 0px;}
 .fwfw_box_iocn a:last-child{ margin-right: 0px;}
.fwfw_box_iocn a&gt;i{ width: 65px; height: 58px; background-image: url(zwfw_inco.png); background-repeat: no-repeat ;}
.fwfw_box_iocn a&gt;p{ width: 99%; float: left; margin: 10px 0px 0px 0px;}
.fwfw_box_iocn a p&gt;font{ width: 89px; height:50px;font-size:17px; line-height: 25px;text-overflow: ellipsis; word-wrap: normal; overflow: hidden;text-align: center;}
.fwfw_box_iocn .a&gt;i{ background-position: 8px -46px;}
.fwfw_box_iocn .b&gt;i{background-position: -60px -46px;}
.fwfw_box_iocn .c&gt;i{ background-position: -137px -46px;}
.fwfw_box_iocn .d&gt;i{ background-position: -207px -46px;}
.fwfw_box_iocn .e&gt;i{ background-position: -268px -48px;}
.fwfw_box_iocn .f&gt;i{ background-position: -329px -46px;} 
 .fwfw_box_iocn a:hover,.zwfw_bb a:hover .img{    background-color:#eaf3fc; border-radius: 5%;}
.zwfw_bb a:hover .font,.fwfw_box_iocn a:hover p font{ font-weight:400; color: #316ea1;}
/* æ”¿åŠ¡æœåŠ¡-end */

/* äº’åŠ¨äº¤æµ-start */
.hdjl_box *{ display: inline-block;}
.hdjl_box{ width: 100%}
.hdjl_box_lf{ width: 380px; margin-top: 10px;}
.hdjl_box_lf li{ width: 100%; display: inline-block;}
.hdjl_box_lf .a&gt;a{ margin-bottom: 20px; }
.hdjl_box_lf .a&gt;a:nth-child(even),.hdjl_box_lf .b&gt;a:nth-child(even){ float:right;}
.hdjl_box_lf .a&gt;a:nth-child(odd),.hdjl_box_lf .b&gt;a:nth-child(odd){ float: left;}
.hdjl_box_lf .b&gt;a{ border: 1px solid #ddd; text-align: center; position: relative; width: 47%;overflow: hidden;background-color: #fff;}
.hdjl_box_lf .b .font{ margin: 0px 0px 20px 0px; font-size: 14px; font-weight: 100;}
.hdjl_box_lf .img{ position: absolute; top:-100%;left:0;width:100%;height:200%;transform:translateY(0px);transition:0.5s all ease;}
.hdjl_box_lf .b a:hover .img{transform:translateY(55%);transition:0.5s all linear;}

.hdjl_box_rt{ width:calc(100% - 410px); float: right;}
.bootem_box{ width: 100%; padding-bottom: 30px;}
.bootem_box a{ width: auto; float: left; margin:30px 40px 0px 0px;}

/* äº’åŠ¨äº¤æµ-end */ 



.index-ztzl .index-more-box {
  width: 100%;
  height: 144px;
  padding: 0 11px;
  float: right;
  position: relative;
}

.index-ztzl .index-more-l {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 144px;
}

.index-ztzl .index-more-img {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-ztzl .index-more-img .img-link,
.index-ztzl .index-more-img p {
  width: 270px;
  height: 120px;
  display: inline-block;
}

.index-ztzl .index-more-img p {
  float: left;
  overflow: hidden;transition:0.5s all;
  margin-right: 14px; padding: 0px 10px;
}
.index-ztzl .index-more-img p:hover{transform:scale(1.1)}

.index-ztzl .index-more-btn {
  position: absolute;
  top: 40px; height: 50px; width: 50px; 
  cursor: pointer; background-color: rgb(0 0 0 / 42%); 
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.index-ztzl .index-more-right {right: 0; }.index-ztzl .index-more-left {left: 0;}
.index-ztzl .index-more-right:after,.index-ztzl .index-more-left:after{ height: 30px; width: 30px;  text-align: center; color: #fff; font-size:17px; overflow: hidden; display: inline-block;}
.index-ztzl .index-more-right:after {content: url('qiehuan_06.png') ;margin: 10px 0px 0px 12px;}.index-ztzl .index-more-left:after {left: 0;content: url("qiehuan_03.png");margin: 10px 0px 0px 6px;}

.index-ztzl:hover .index-more-btn{
  opacity: 0.8;
  -moz-opacity: 0, 8;
  filter: alpha(opacity=80);
}

/* foot-start */
.ljxq_foot{ width: 100%; display: inline-block; margin: 40px 0px 0px 0px; padding: 10px 0px; background-color: #0d5897; text-align: center; position: relative;} 
.link_box{width: 100%; display: inline-block; position: relative;}
.linke_box{ width: 100%;display: flex; justify-content: space-between; flex-wrap: nowrap; align-items:center; margin: 40px 0px 30px 0px;}
.linke_box li{ width: 180px; height: 50px; line-height: 50px; text-align: center; font-size:17px; font-weight: 100; background-color: #2681ce; color: #fff; cursor: pointer; position: relative;}
.linke_box li font{ background:url(likg_inco.png) no-repeat 1px 1px; height:12px; width: 17px; margin-left: 5px; display: inline-block;}
.linke_box li.active font{ background-position: 1px -9px;}
.linke_box .active {
   background-color: #fff; color: #1369c0; font-weight: bold; 
}
.linke_box .active:before{background: url(link_bg.png) no-repeat center -8px;content: "";width: 90px;height: 38px;position: absolute;top: -25px;overflow: hidden;left: 20%;}
.banquan_box{ width: 100%;display:inline-block; margin: 20px 0px;}
.banquan_box li{ width: auto;display:inline-block; float: left; height: auto;}
.banquan_box .a{ margin-top: 15px;}
.banquan_box .a&gt;a,.banquan_box .a&gt;span{ width: 100px; height: auto; margin: 10px 15px;}
.banquan_box .b{ width: 90px; margin-left: 10px; position: relative;}
.banquan_box .b&gt;a{ width:100%; display: inline-block; font-size:17px; font-weight: 100; margin: 5px 0px; color: #b9c7d9;}
.banquan_box .b:after{ position: absolute; right: 0; top: 8px; height: 90px;border-right: 1px  solid #0095D9; width: 2px; content: "";}
.banquan_box .c{ margin: 0px 20px;}
.banquan_box .c&gt;a,.banquan_box .c{line-height: 35px; color: #b9c7d9; font-size:17px; font-weight: 100;}
.banquan_box .c{ width: auto;}
.banquan_box .e,.banquan_box .d{ float: right;}
.banquan_box .d{ width:100px;}
.banquan_box .d&gt;a,.banquan_box .d&gt;span{ width: 100px; margin: 0px 0px 10px 0px; display: inline-block;}
.banquan_box .e&gt;img{ margin: 0px 0px 0px 15px;}
 /* foot-end */
 
 /* æ”¿åŠ¡æœåŠ¡-start*/
 .er_banner{ background: url(zffw_02.png) no-repeat center top; height: 219px; background-size: cover;}
 .er_logo{width: auto; float: left;display: inline-block;margin:65px 0px 0px 0px;}
 .er_logo img{ float: left; display: inline-block; }
 .er_logo .l_fong{ width:350px; display: inline-block; float: left;}
 .l_fong p,.l_fong font{display: inline-block; float: left; width: 100%;color: #316ea1;}
 .l_fong p{font-size: 48px;  font-weight: bold;}
 .l_fong font{font-size: 20px;margin: 0px auto 10px auto;}
 .er_banner .xhy-search{ margin-top:85px;}
 .er_nav_bg {background-color: #316ea1;}
 .er_nave{ width: 100%; display: flex; justify-content: space-between; flex-wrap: nowrap;}
 .er_nave li{ width:auto; display: flex; flex: 1; text-align: center;}
 .er_nave li a{ display: inline-block;font-size: 30px; float: left; color: #fff;line-height: 80px; height: 80px; width: 100%; text-align: center;}
  .er_nave li a:hover,.er_nave li.on{ background-color: #5799d9; font-weight: bold;}
  
 .er_nave .switchbox .b,.er_nave .switchbox:hover .a{ display: none;}
 .er_nave .switchbox:hover .b{ display: inline-block;border: initial; width: 100%; text-align: center;}
.er_nave li.on .b img{ height: 44px; width: auto;}
  /*å³ä¸Š */
  .righttop{
      width: 750px;
      
  }
  .right_1{
      display: flex; margin-bottom: 10px;
  }
  .right_1 p{
  	box-sizing: border-box;
  	height: 25px;
  	margin-top: 22px;
  	margin-left: 26px;
  	border-left: 4px solid #1369c0;
  	font-size: 24px;
  	color: #666;
  	line-height: 25px;
  }
  .right_1 p a{
  	display: inline-block;
  	margin: 0 14px;
  	cursor: pointer;
  }
  .right_1 p .active{
  	font-weight:400;
  	color: #1369c0;
  }
  .right-title {
      font-size: 20px;
      font-weight: bold;
      color: #2760b7;
      line-height: 46px;
      padding-left: 10px;
  }
  .right_1 img{
      padding-left: 15px;
      height: 21px;
      padding-top: 13px;
  }
  .center-list {
      padding: 20px 0 12px;
      border-top: 1px solid #ededed;
  }
  
  .center-list li {
      font-size: 16px;
      line-height: 42px;
      color: #333;
      overflow: hidden;
      width: 100%;
  }
  
  .center-list li a {
      display: inline-block;
      width: 70%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      /* color: #999; */
  }
  
  .center-list li a:hover {
      color: #2760b7;
  }
  .center-list li div{
      margin-top: 20px;
      margin-left:26px;
      margin-right:1.5%;
      float: left;
      width: 6px;
  	height: 6px;
      background-color: #e4e4e4;
      border-radius: 50%;
  }
  .center-list li span {
      font-size: 14px;
      color: #999;
     padding-left: 8%;
      display: inline-block;
  }
  .righttop .z-title{ margin: 0px 0px 5px 0px;}
  .righttop-bom{
      width: 763px;
      height:130px;
      /* background-color: #333; */
      display: flex;
      position: relative;
      margin-bottom: 4px;
      
  }
  .gongkai-input{
 background-color: #ecf4fb;
  	box-sizing: border-box;
  	overflow: hidden;
  	color: #1369c0;
  	line-height: 36px; 
    font-size:17px; width: 100%; margin-top:7px;
  } 
  .gongkai-i-right{
  	float: right;
  	width: 90%; margin:4% 5%;  display: inline-block;
  }
  .g-i-r-input{ 
  	position: relative;
  } 
  .g-i-r-input input{
  	font-size: 16px;
  	color: #999;
  	line-height: 40px;
  	height: 40px; padding:0px 1%;
  	width: 78%; background-color: #fff; border:1px solid #ccc;
	border-radius: 5px 0px 0px 5px;-ms-border-radius:5px 0px 0px 5px;-webkit-border-radius:5px 0px 0px 5px;-o-border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;
  }
  .gongkai-input .g-i-r-input a{
  	display: inline-block;
  	text-align: center;
  	background-color: #1369c0;
  	color: #fff;
  	font-size:17px;
  	width: 20%;
  	line-height: 42px;
  	position: absolute;
    cursor: pointer; border-radius: 0px 5px 5px 0px;-ms-border-radius: 0px 5px 5px 0px;-webkit-border-radius: 0px 5px 5px 0px;-o-border-radius: 0px 5px 5px 0px;-moz-border-radius: 0px 5px 5px 0px;
  }
  
  /* å·¦ä¸Š */
  .lefttop{
      width: 420px;
      box-sizing: border-box; 
  }
  /* å·¦ä¸‹ */
   
  .rbmt-text{
  	float: right;
  	width: 292px;
  	margin-right: 20px;
  }
  .rbmt-text a{
  	display: block;
  	font-size: 14px;
  	color: #666;
  	line-height: 38px;
  }
  .rbmt-text a:hover{
  	color: #1369c0;
  }
  .leftbom-line{
      width: 416px;
  	height: 1px;
  	background-color: #e1e1e1;
  }
   
  .leftbom{
      width: 414px;
      height: 328px;
      border: 1px solid #d5d5d5;
  }
  .leftbom-pizhun{
      width: 313px;
      height: 17px;
      position: relative;
  }
  .leftbom-pizhun span{
      background-color: black;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      position: absolute;
      left:22px;
      top:19px;
  }
  .leftbom-pizhun p{
      font-size: 15px;
      color: black;
      width: 104px;
      height: 5px;
      position: absolute;
      left:35px;
      top:12px;
  }
  .leftbom-pizhun .pizhun-span{
      position: absolute;
      left:233px;
      top:21px;
  }
  .mt-pizhun{
      margin-top: 14px;
  }
  .leftbom-pizhun .pizhun-p{
      position: absolute;
      left:247px;
      top:14px;
  }
  .leftbom-pizhun + .leftbom-pizhun{
      margin-top:34px;
  }
  .pizhun{
      position: absolute;
      left:35px;
      top:12px;
  }
  .lz-ld {
    
      padding: 0 18px;
  }
  
  .lz-ld .right_1 {
     
  }
  
  .lz-ld .right_1 p {
      margin-left: 0;
  }
  
  .lz-ld-f {
      padding-top: 16px;
  }
  
  .lz-ld-f img {display: block;margin: 0 auto;width: auto; max-width:100%;height: auto; max-height: 240px;}
  .lz-ld-box {
  	height: auto;
      margin: 7px 0;
  }
  
  .lz-ld-f p {
      
      font-size:17px;
      line-height: 30px;
      text-align: center;
	  width: 80%; margin:20px 10%;
  }
  
  
  
  .lz-ld-all {
      width: 90%;
      margin: 0 auto;
  }
  
  .lz-ld-all  a {
      display: inline-block;
      text-align: left;
      width: 23%;
      color: #333333;
      font-size:17px;
      line-height: 35px;
      float: left;
	   margin: 1%;
  }
  
  .lz-ld-all  a:hover {
      color: #1369c0;
  }
  
  .lz-ld-all  a &gt; i {
      display:none;
      margin-top: 20px;
      margin-right: 4%;
      float: left;
      width: 6px;
      height: 6px;
      background-color: #e4e4e4;
      border-radius: 50%;
  }
  
  .lz-ld-all  a:hover &gt; i {
      background-color: #1369c0;
  }
.zw_box{ width: 100%; display: flex; justify-content: space-between;flex-wrap: nowrap; margin: 20px 0px 30px 0px;}
.zw_box a{ display:flex; flex: 1; width: auto; justify-content: center;} 
.an_er_lw{ display:inline-block; width: 100%; margin: 40px 0px;}
.an_er_lw .an_gk_a{display: flex; justify-content:space-between;flex-wrap: nowrap;}
.an_gk_a a{ width: auto; display: flex; }
.zwgk_erbox{ margin-top: 20px;}
.zwgk_box_er { margin: 20px 0px 10px -20px; width:calc(100% + 50px);  display:flex;  justify-content:flex-start; flex-wrap: wrap;}
.zwgk_box_er a{ width: calc(100% / 8); display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 30px;}
.zwgk_box_er .imgs{ background-color: #1369c0; height: 75px; width: 75px;}
.zwgk_box_er a:hover{ color: #1369c0; font-weight: 400;}
.zwgk_box_er .font{ text-align: center; width: 100%; font-size:17px; margin: 10px 0px;}
.zwgk_box_er .imgs&gt;i{ display: inline-block; width: 40px; height: 40px; background-image: url(zwfu_list_icon.png); background-repeat: no-repeat;}
/* ---1111
.zwgk_box_er .imgs&gt;i{ display: inline-block; width:34px; height: 31px; background-image: url(zwfu_list_icon.png); background-repeat: no-repeat;} */

.zwgk_box_er .imgs{ display: flex; justify-content: center; align-items: center;}
.zwgk_box_er .a&gt;i{ background-position: 0px -1px;}
.zwgk_box_er .b&gt;i{ background-position: -51px -1px;}
.zwgk_box_er .c&gt;i{ background-position: -104px 0px;}
.zwgk_box_er .d&gt;i{ background-position: -156px 0px;}
.zwgk_box_er .e&gt;i{ background-position: -207px 0px;}
.zwgk_box_er .f&gt;i{ background-position: -256px 0px;}
.zwgk_box_er .g&gt;i{ background-position: -304px 0px;}
.zwgk_box_er .h&gt;i{ background-position: -353px -1px;}
.zwgk_box_er .i&gt;i{ background-position: 1px -46px;}
.zwgk_box_er .j&gt;i{ background-position: -52px -46px;}
.zwgk_box_er .k&gt;i{ background-position: -105px -46px;}
.zwgk_box_er .l&gt;i{ background-position: -208px -46px;}
.zwgk_box_er .m&gt;i{ background-position: -257px -46px;}
.zwgk_box_er .o&gt;i{ background-position: -305px -46px;}
.zwgk_box_er .p&gt;i{ background-position: -354px -46px;}
.zwgk_box_er .q&gt;i{ background-position: 2px -92px;}
.zwgk_box_er .r&gt;i{ background-position: -204px -93px;}
.zwgk_box_er .s&gt;i{ background-position: -106px -93px;}
.zwgk_box_er .t&gt;i{ background-position: -155px -93px;}
.zwgk_box_er .u&gt;i{ background-position: -204px -93px;}
.zwgk_box_er .v&gt;i{ background-position: -253px -92px;}
.zwgk_box_er .w&gt;i{ background-position: -301px -93px;}
.zwgk_box_er .x&gt;i{ background-position: -352px -93px;}
.zwgk_box_er .y&gt;i{ background-position: 1px -138px;}
.zwgk_box_er .z&gt;i{ background-position: -56px -138px; }
/* 
.ll-gkly {width: 100%;padding-top: 11px; display: inline-block;}
.ll-gkly li {float: left; width: 18%; display: inline-block;margin:0.8%; border:1px solid #ccc}
.ll-gkly li a {width:96%; margin: 0px; ppadding: 1% 2%;;height: 55px;line-height: 55px;text-align: center;font-size:17px;color: #333333;background-color: #ffffff;display: inline-block; word-wrap: normal; text-overflow: ellipsis; overflow: hidden;}.ll-gkly li a:hover {background-color: #4c8bd1;color: #ffffff;}
 */

.ll-gkly {width: 100%;padding-top: 11px; display:flex;justify-content:start; flex-flow:wrap;}
.ll-gkly li,.ll-gkly li a {display:flex;justify-content: center; flex-flow:wrap;align-items:center;}
.ll-gkly li {float: left; width: 18%; margin:0.8%; border:1px solid #ccc;background-color: #ffffff;}
.ll-gkly li a {width:96%; margin: 0px; padding:13px 2%;;height: auto;line-height:25px;text-align: center;font-size:17px;color: #333333;
}.ll-gkly li:hover {background-color: #4c8bd1;}
.ll-gkly li:hover a{color: #ffffff;}


.tipnavecation,.nuv_box{ width: 100%; display: inline-block;}
.nuv_box { margin-top: 30px;}
.nuv_box .a,.nuv_box .b,.nuv_box .c{ display: inline-block; height: 220px; float:left;}
.nuv_box .a{ width: 415px; background-color: #336699;}
.nuv_box .b .bb,.nuv_box .b .ba,.nuv_box .c{ border:1px solid #336699; margin-left: 15px;}
 .nuv_box .c{width: 217px; }
.nuv_box .a .tel1234{ width: 90%; margin: 5%; border-bottom: 1px solid #fff;  display: flex; justify-content: center; align-items: center; }
.nuv_box .a .tel1234 i{ height: 66px; width: 66px; background: url(ht_inco.png) no-repeat 1px 0px; margin:15px 0px 30px 0px;}
.nuv_box .a .font{ width: 100%; display: inline-block; font-size:17px; color: #fff; margin: 0px; padding: 5px 0px; text-align: center; letter-spacing: 1px;}
.nuv_box .b a{ width: 85%; height: 75px; display: inline-block; float: left; padding:27px 0px 0px 15%;}
.nuv_box .b a i{ width:46px; height: 44px; display: inline-block; float: left; background-image: url(ht_inco.png); background-repeat: no-repeat; margin-top: 2px;}
.nuv_box .b a span{ width:auto; height: 40px;line-height: 40px; display: inline-block; float: left; border-bottom: 1px solid #336699; font-size:17px; font-weight: 400; color: #336699; }
.nuv_box .b .ba i{ background-position: -77px -12px;}
.nuv_box .b .bb i{ background-position:-133px -11px;}
.nuv_box .b {width: 300px; display: inline-block; float: left;margin-right:15px;}
.nuv_box .b .ba{ margin-bottom: 14px;}
.nuv_box .c .tel1234{ width: 90%; margin: 5%; border-bottom: 1px solid #336699;  display: flex; justify-content: center; align-items: center; }
.nuv_box .c .tel1234 i{ height: 66px; width: 66px; background-image: url(ht_inco.png); background-repeat: no-repeat;margin:25px 0px 20px 0px;}
.nuv_box .c .font{ width: 100%; display: inline-block; font-size:17px; color: #336699; margin:10px 0px 0px 0px; padding: 5px 0px; text-align: center; letter-spacing: 1px;}
.nuv_box .c .ca i{background-position: -181px -1px;}
.nuv_box .c .cb i{background-position: -243px -1px;}
.hd_nes_box{ width: 100%; display: inline-block; margin-top: 50px;}
.card-content li,.card-content{ width: 100%; display: inline-block; float:left}
.card-content{margin-top:10px;}
.card-content li font{ display: inline-block; font-size:17px; height: 48px; line-height: 48px;;}
.card-content li .ly-w0{ font-size: 16px; border: 1px solid #ccc; padding: 0px 5px; margin:10px 10px 0px 0px; height:25px; line-height: 25px;float: left; display:inline-block; color: #666}
.card-content li .ly-w1{ c display: inline-block;}
.card-content li .ly-w2,.card-content li .ly-w4{ float: right; display: inline-block; width:220px;}
.card-content li:hover .ly-w0{ border: 1px solid #1369c0;color: #1369c0;}
.card-content li:hover,.card-content li:hover a{ color: #1369c0;}
.ehdjlbox .hdjl_box{ margin-top: 40px;}
.ehdjlbox .index-zw-list li,.ehdjlbox .index-zw-list li a{ line-height: 45px;height: 45px;} 
 
/* ä¸‰ç‰ˆ-åŸºç¡€æ”¿åŠ¡å…¬å¼€  */
 .san_banner{ background: url(erjibanner_bg_v01.jpg) no-repeat center center; height: 450px; background-size: cover;}
 .san_logo{width: 100%; float: left;display: inline-block;margin:5px 0px 0px 0px; text-align: center;}
 .san_logo img{ float: left; display: inline-block; width: auto; height: 60px;}
 .san_logo .l_fong{ width:auto; display: inline-block; float: left; text-align: left; margin: 5px 0px 0px 10px;}
 .san_banner .l_fong p,.l_fong font{display: inline-block; float: left; width: 100%;color: #fff;}
 .san_banner .l_fong p{font-size: 28px;  font-weight: bold;}
 .san_banner .l_fong font{font-size: 12px;margin: 0px auto 10px auto;}
 .san_banner .font_box{ width: 100%; display: inline-block; font-size: 5rem; font-weight: bold; text-align: center; margin: 50px 0px 20px 0px; color: #fff; letter-spacing: 5px;text-shadow: 0px 5px 0px rgba(0,0,0,0.2);}
 .san_banner .xhy-search{ margin-top:50px; width: 100%; text-align: center; display: inline-block;}
.san_banner .l_fong{ width: 200px;}
.san_banner  .xhy-htr { margin: 20px 0px 0px 0px;}
.main_dy {padding-top: 43px;height: 173px;border-bottom: 1px dashed #aaa;}
.dy_title {width: 75px;height: 134px;margin-top: 9px;float: left;background: url(jczw_daoyu_bg.jpg) no-repeat;}
.dy_main {line-height: 36px;font-size: 16px;text-indent: 2em;text-align: justify;margin-left: 100px;width:1043px;}
.xxqkhref{color: #13479a;font-weight: bold;}
.sdlydiv{margin-top:27px;}

.jiedao_box_list{ width: 100%; display: inline-block; margin: 10px 0px 0px 0px;}
.jiedao_box_list ul{ width: 103%; display: inline-block; margin: 0px 0px 0px -1%;}
.jiedao_box_list ul li{ width: 23.8%; margin: 0.5%; display: inline-block; float: left; /* border:1px solid #ddd; */ background-color: #f9fcff; transition: all 0.3s;}
.jiedao_box_list ul li a{display: inline-block; width: 100%;}
.jiedao_box_list ul li .zjname{ height: 40px; line-height: 40px; font-size:17px; font-weight: bold; background-color: #0d5897; color: #fff; width:100%; text-align: center; border-radius: 5px 5px 0px 0px; border: 1px solid #0d5897; }
.jiedao_box_list ul li  span{height: 50px; line-height: 50px; font-size:17px; font-weight: 100;border: 1px solid #0d5897; display: inline-block; width: 96%; padding: 10px 2% 2% 2%; text-align: center;}
.jiedao_box_list ul li:hover span{ color: #0d5897; font-weight: bold;}
.jiedao_box_list ul li:hover{transform: scale(1.06);}

/* æ”¿ç­–æ–‡ä»¶-ä¸“é¢˜é¡µé¢ */
.zcnavcontent {
	width: 100%;
	background: #316ea1;
	font-size: 0;
	color: #fff;
	border-bottom: 3px solid #dfd0d0;
	box-sizing: border-box;
	height: 75px;
}

.zcnav {
	width: 1200px;
	text-align: left;
	margin: 0px auto;
}

.zcnav&gt;a {
	padding: 19px 0px;
	width: 33.3%;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 3px solid #dfd0d0;
}

.zcnav&gt;a:hover {
	border-bottom: 3px solid #ff0000;
	background: #1369c0;
}

.zcnav&gt;a&gt;img {
	width: 24px;
	height: 25px;
	vertical-align: middle;
	/* transition: all 1s;*/
	margin-right: 14px;
}

.zcnav&gt;a:hover&gt;img {
	margin-right: 14px;
	/*transform: rotateY(180deg);*/
	/*transition: all 1s;*/
}

.zcnav&gt;.a_cur {
	border-bottom: 3px solid #ff0000;
	background: #1369c0;
}
/* -------------------------------- */
.gkbox {
    width: 100%;
    height: auto;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    margin-top: 15px;
    overflow: hidden;
}
.zcjdtitle {
    padding: 39px 40px;
    padding-bottom: 14px;
    font-size: 0;
}

.zcjd_a {
    font-size: 28px;
    font-weight: bold;
    color: #1369c0;
    border-left: 10px solid #1369c0;
    padding-left: 11px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
}
.gkbox .fljd_a_cur,.fljd_a:hover {
    color: #fff;
    background: #1369c0;
}
.fljd_a {
    margin-left: 10px;
    background: #e6e6e6;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 19px;
    font-size:17px;
    vertical-align: bottom;
} 

.tpjd_ul{
   padding:0 40px;
   font-size:0;
}

.tpjd_ul&gt;li{
display: inline-block;
    width: 332px;
    padding: 13px;
    height: auto;
    margin-top: 21px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}

.tpjd_ul&gt;li:hover{
 border: 1px solid #007eff;
}

.tpjd_ul li&gt;a{
    display: block;
}

.tpjd_ul&gt;li&gt;a&gt;img{
display: block;
    width: 332px;
    height: 213px;
}

.tpjd_ul&gt;li&gt;a&gt;p{
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:17px;
    font-weight: bold;
    line-height: 48px;
}

.tpjd_ul&gt;li&gt;a&gt;span{
   display: inline-block;
    font-size: 14px;
    color: #b1b1b1;
}

.tpjd_ul&gt;li h1{
    background: #f22727;
    color: #fff;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 9px;
    position: absolute;
    right: 14px;
    bottom: 20px;
    font-size: 13px;
}

.tpjd_ul&gt;li&gt;.jd_a{
    background: #3666d6;
    color: #fff;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 9px;
    position: absolute;
    right: 14px;
    bottom: 13px;
    font-size: 13px;
}

.tpjd_ul&gt;li&gt;.jd_a:hover{
   font-weight:bold;
    background: #2a7cf7;
}

.tpjd_ul&gt;.mgr0{
  margin-right:0px;
}

.zcwd_type_div{
    border-top: 2px solid #1369c0;
    height: auto;
    width: 1120px;
    margin: 0 auto;
    padding-top: 18px;

}
.zcwd_type_div .con-title{
    display: inline-block;
    width: 68px;
    font-size: 22px;
    vertical-align: top;
    color: #333;
}

.zcwd_type_div .con-all{
    display: inline-block;
    text-align: center;
    color: #2789ee;
    cursor: pointer;
    line-height: 30px; font-size:17px;
}


.zcwd_type_div .con-list{
   display:inline-block;
   width:971px;
   vertical-align: top;
    height:35px;
    overflow: hidden;
}

.zcwd_type_div a{
    margin-right: 10px;
    background: #e6e6e6;
    padding: 4px 0;
    width: 179px;
    display: inline-block;
    border-radius: 19px;
    font-size:17px;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 13px;
    margin-top: 0;
}

.zcwd_type_div a:hover,.zcwd_type_div .nowcur{   
    color: #fff;
    background: #1369c0;

}


.wd_content{
    width: 1120px;
    margin: 10px auto;
   
}

.wd_content li{
    display: block;
    border: 2px dotted #ccc;
    padding: 20px 25px;
    background: #f2f2f2;
    margin-top: 21px;
}

.wd_content span{
    display: inline-block;
    width: 992px;
    line-height: 35px;
    vertical-align: top;
    font-size:17px;
}

.wd_content .ask_div span{
    font-weight:bold;
}


.wd_content li&gt;a h3,.wd_content li&gt;a h2{
     display: inline-block;
    width: 26px;
    font-size:17px;
    font-weight: bold;
    background: #1369c0;
    border-radius: 9px;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-right:10px;
    vertical-align: top;
}

.wd_content li&gt;a h3{
    background: #666666;
}

.ask_div{
   margin-bottom:5px;
   padding-bottom:8px;
}




/* åˆ—è¡¨ */
.fr-main {padding:0px 40px;padding-bottom:10px;}
.fr-title {background-color:white !important;height:40px !important;line-height:40px !important;overflow:hidden;border-bottom:1px solid #E0E0E0;}
.fr-title span {background-color:#2d66a5 !important; padding:8px 15px; font-size:20px; color:#fff;}
.fr-main li {
    overflow: hidden;
    padding-left: 0 !important;
    background: none !important;
    line-height: 24px;
    margin: 30px 0px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.fr-main span {color:#999; font-size: 16px;float:right;}
.fr-main li a {
   font-size:17px;
    color: #242424;
    max-width: 68%;
    white-space: nowrap;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
   float:left;
}
.fr-main li a:hover {color:rgb(43,101,165);}
.fr-main li p {width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/*.fr-main li:nth-child(5n) {border-bottom:1px dashed #ccc;padding-bottom:10px;margin-bottom:10px;}*/

.c_content{
   background:#fff;

}
.fr-main li .jd_a {width: auto;font-size: 14px;color: #fff;background: #557ae3;border-radius: 12px;padding: 0 13px;margin-right: 8px;float: right;}
.fr-main li .tpjd {background: #0e8307;}
.fr-main li .spjd {background: #f22727;}
.fr-main li .mtsj {background: #898b1a;}
.fr-main li .jd_a:hover{color:#fff; }
.morediv {display: block;margin: 20px auto;margin-top: 0px;text-align: center;width: 100px;height: 30px;border-radius: 0px;line-height: 30px;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: rgb(51,51,51);background-color: rgb(229,229,229);}
 
 
 .rightconent{width:500px;height: 339px;display: inline-block;overflow: hidden;margin-left: 20px;}
 .lmtitle{width:100%;height: 45px;border-bottom: 1px solid #e1e1e1; margin-bottom: 5px;}
.lmtitle span{float: left;line-height: 34px;font-weight: bold;border-bottom: 2px solid #2760b7;padding: 5px 10px;color: #1369c0;bottom: -1px;display: inline-block;font-size: 24px;color: #1369c0;vertical-align: middle;
}
.lmtitle a{float:right;margin-right:20px;font-size:16px;color:#525252;}
.lmtitle a:hover{font-weight:bold;color:#1764ce;}
.rightconent li {font-size:17px;line-height:42px;color: #333;overflow: hidden; width: 100%;}
.rightconent li a{display: inline-block;width: 405px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 .rightconent li span{font-size: 16px;color: #999;float: right;display: inline-block;}
 .rightconent li a:hover{ color:#1369c0;}
 .nr1 {width: 100%;margin-top: 20px;}
 
 .topbox{margin-top:30px;margin-bottom:20px;hegith:auto; display: inline-block;}
 .nrleft{width:545px;display:inline-block;}
  .mal20{margin-left:20px;}
 .leftul&gt;li {font-size:17px;line-height: 42px;color: #333;overflow: hidden; width: 100%;}
 .leftul&gt;li&gt;a{display: inline-block;width: 445px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.leftul&gt;li&gt;span {font-size: 14px;color: #999;float: right;display: inline-block;}
 .lmname{display:none;}.jdcontent{color:#4d4d4d;padding: 40px;line-height: 40px;font-size:17px;padding-top: 0;}
 .fade-img img {display: block;height: 100%;width: 100%;}
 .fade-num{position: absolute;bottom: -6px;right: 20px;font-size: 0px;}
 .fade-num span{display: inline-block;height: 10px;width: 10px;border-radius: 50%;background: #fff;margin-left: 8px;cursor: pointer;}
 .fade-num span.cur{background: #00c4ff;}
 .ytdd {margin-top: 10px; display: inline-block;}
 .ytdd li {float: left;padding: 5px 19px 12px 0px;position: relative;}
  .ytdd&gt;li&gt;a&gt;img {width: 360px;height: 212px;}
  .ytdd&gt;li&gt;a&gt;p {position: absolute;background-color: rgba(0, 0, 0, 0.5);bottom: 13px;left: 0;width: 360px;height: 44px;font-size: 16px;line-height: 44px;color: white;overflow: hidden;}
.ytdd li:nth-child(3n+0){ padding-right: 0px;}
  
  /* -------å¸¸è§æ”¿ç­–é—®ç­”-------*/
  
   


</pre></body></html>